Converts a GskTransform to a translation operation.
@self must be a 2D transformation. If you are not sure, use
gsk_transform_get_category() >= %GSK_TRANSFORM_CATEGORY_2D_TRANSLATE
to check.
return location for the translation in the x direction
return location for the translation in the y direction
See Implementation
Converts a GskTransform to a translation operation.
@self must be a 2D transformation. If you are not sure, use
gsk_transform_get_category() >= %GSK_TRANSFORM_CATEGORY_2D_TRANSLATE
to check.